From: Behnam Esfahbod Date: Thu, 31 Aug 2017 00:08:18 +0000 (-0700) Subject: [src/doc/book] Update 03-06-crates-io.md from crates-io.md X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~6^2~71^2~17 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=0776699ab14a23c93904dcfaafbd0951f3ea28bd;p=cargo.git [src/doc/book] Update 03-06-crates-io.md from crates-io.md --- diff --git a/src/doc/MIGRATION_MAP b/src/doc/MIGRATION_MAP index 6a250d853..11312f373 100644 --- a/src/doc/MIGRATION_MAP +++ b/src/doc/MIGRATION_MAP @@ -1,2 +1,13 @@ -config.md book/src/03-03-config.md build-script.md book/src/03-05-build-scripts.md +config.md book/src/03-03-config.md +crates-io.md book/src/03-06-crates-io.md +environment-variables.md +external-tools.md +faq.md +guide.md +index.md +manifest.md +pkgid-spec.md +policies.md +source-replacement.md +specifying-dependencies.md diff --git a/src/doc/book/src/03-06-crates-io.md b/src/doc/book/src/03-06-crates-io.md index 98ed4eef3..2e68a738c 100644 --- a/src/doc/book/src/03-06-crates-io.md +++ b/src/doc/book/src/03-06-crates-io.md @@ -21,9 +21,9 @@ $ cargo login abcdefghijklmnopqrstuvwxyz012345 ``` This command will inform Cargo of your API token and store it locally in your -`~/.cargo/config`. Note that this token is a **secret** and should not be shared -with anyone else. If it leaks for any reason, you should regenerate it -immediately. +`~/.cargo/credentials` (previously it was `~/.cargo/config`). Note that this +token is a **secret** and should not be shared with anyone else. If it leaks for +any reason, you should regenerate it immediately. ### Before publishing a new crate diff --git a/src/doc/crates-io.md b/src/doc/crates-io.md index 0b1cf7f46..384151b74 100644 --- a/src/doc/crates-io.md +++ b/src/doc/crates-io.md @@ -21,10 +21,9 @@ $ cargo login abcdefghijklmnopqrstuvwxyz012345 ``` This command will inform Cargo of your API token and store it locally in your -`~/.cargo/credentials` (previously it was `~/.cargo/config`). -Note that this token is a **secret** and should not be shared -with anyone else. If it leaks for any reason, you should regenerate it -immediately. +`~/.cargo/credentials` (previously it was `~/.cargo/config`). Note that this +token is a **secret** and should not be shared with anyone else. If it leaks for +any reason, you should regenerate it immediately. # Before publishing a new crate